CI: Use bundler-cache, and rely on on ruby/setup-ruby to have patch versions of Ruby#1467
Open
olleolleolle wants to merge 1 commit into
Open
CI: Use bundler-cache, and rely on on ruby/setup-ruby to have patch versions of Ruby#1467olleolleolle wants to merge 1 commit into
olleolleolle wants to merge 1 commit into
Conversation
Contributor
Author
|
About quoting "3.0": This is a very small change, but which avoids a Float-to-String loss of characters. An example (not from this project) of what it can look like before this change, in this picture: Read more details, if you like: actions/runner#849 |
Contributor
Author
|
If this PR is merged, it also does what #1466 did (in another way). |
Collaborator
|
Thank you for working on this! I tried to use the ruby/setup-ruby, but it did not work as you can see in this PR: #1397. If you like to understand why the CI is failing take a look at this comment: #1397 (comment) I intended to test these options: #1397 (comment), but I forgot. 😓 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR uses the
bundler-cachefeature of the Ruby-maintained Actionruby/setup-ruby.See
ruby/setup-rubyparameters declaration for more information.